Use the ConvertXmlToString Activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The ConvertXmlToString activity can be used to convert an XML (Extensible Markup Language) value into a string representation of an XML object.

The ConvertXmlToString activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirement for the ConvertXmlToString activity is InputObject.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs InputObject The JSON object to convert.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to ConvertXmlToString by default.

Outputs OutputString The converted string representation of the object.

ConvertXmlToString activity parameters

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Note: You can use the 'TrackingMessageActivity', from the Tribal Generic section of the Tribal Toolbox, succeeding the 'ConvertXmlToString' activity to track conversion.

Back to top